UnassignIpv6Addresses
Description
if the ENI has been assigned an IPv6 address, the calling UnassignIpv6Addresses can reclaim one or more IPv6 addresses.
Request Method
POST
Request Path
/apsara/route/Ecs/UnassignIpv6Addresses
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
RegionId | BODY | string | Yes | cn-qingdao-env17-d01 | ID of the region where the ENI is located. You can call the DescribeRegions to view the latest Alibaba Cloud region list. |
NetworkInterfaceId | BODY | string | Yes | eni-bp14v2sdd3v8ht****** | ENI ID. |
Ipv6Address.N | BODY | repeatlist | Yes | 2001:db8:1234:1a00::*** | specify one or more IPv6 addresses for flexible network cards. The value range of N only supports 1. example: Ipv6Address.1=2001:db8:1234:1 a00 ::*. |
version | BODY | string | No | 2016-01-01 | version of api |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
RequestID | string | 1E3D5A1E0-67CA-43DA-24BC-EAF2D5A1E4DC | Request id |
Example
Successful Response example
{
"RequestID":"1E3D5A1E0-67CA-43DA-24BC-EAF2D5A1E4DC"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}